home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / c / bovs20.readme < prev    next >
Text File  |  1992-08-13  |  2KB  |  49 lines

  1. Short: Replacement overlay system and startup code for SAS/C
  2.  
  3.  
  4.                 Bovs
  5.                 Version 2.0
  6.                By Bryan Ford
  7.  
  8.  
  9.     Bovs (pronounced "boffs") is an overlay system designed to replace
  10. the standard overlay system supplied with SAS/C.  It acts as both overlay
  11. supervisor and startup code.  It offers a very flexible dynamic overlay
  12. system instead of the standard rigid hierarchial system, using locking and
  13. automatic flushing on low memory.  Startup code can auto-detach at the
  14. application program's option, and automatically parses command-line
  15. arguments under 1.3.  A separate version is included without overlay
  16. support (just startup code).  Bovs is intended especially for large
  17. applications which need flexible and efficient use of memory.  (It is used
  18. in my Shareware music player, MultiPlayer.)
  19.  
  20.     Note: Bovs comes with (and uses) MemMan, which is also distributed
  21. separately.  So if you want both, you only need to get Bovs.
  22.  
  23.  
  24. NEW FEATURES
  25.  
  26. 2.0 (10-Apr-92)
  27.     Removed the commercial license fee.  (All I require now for commercial use is a copy
  28.     of the commercial program when it is completed.)
  29.     Added PreStart call to allow program to avoid auto-detachment.
  30.     Added conditional assembly to allow Bovs to be assembled without auto-detach capability.
  31.     Changed 'argtemplate' to be a _pointer_ to a string, not an actual string.
  32.     Argument parsing on 2.0 now allows a client-defined extended help string ('argexthelp').
  33.     Renamed 'procname' to 'progname'.
  34.     Fixed a bug in setting priority when starting from Workbench.
  35.     Added 'argsparsed' flag which is set if the arguments were parsed with 2.0's ReadArgs().
  36.     Fixed a memory deallocation bug that could cause problems with programs linked in a
  37.     certain (unusual) way.
  38.  
  39.  
  40. REQUIREMENTS
  41.  
  42.     BLink from SAS/C 5.10, or a compatible overlay linker.
  43.  
  44.  
  45. DISTRIBUTABILITY
  46.  
  47.     Freeware.
  48.  
  49.